memory protection - перевод на русский
Diclib.com
Словарь онлайн

memory protection - перевод на русский

WAY TO CONTROL MEMORY ACCESS RIGHTS ON A COMPUTER, AND IS A PART OF MOST MODERN INSTRUCTION SET ARCHITECTURES AND OPERATING SYSTEMS
Protected memory; Mprotect; Storage protection; Storage Protection; Memory isolation; Memory security; Secure memory; Memory spy; Memory protection key; Memory protection keys

memory protection         

общая лексика

защита памяти

аппаратные средства, обеспечивающие защиту адресного пространства одной задачи (процесса) от несанкционированного доступа другой

Смотрите также

address space

memory protection         
защита памяти; защита информации, хранящейся в памяти
secure memory         
защищенная память

Определение

АЗУ
кушанье из мелких кусочков мяса в остром соусе.

Википедия

Memory protection

Memory protection is a way to control memory access rights on a computer, and is a part of most modern instruction set architectures and operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug or malware within a process from affecting other processes, or the operating system itself. Protection may encompass all accesses to a specified area of memory, write accesses, or attempts to execute the contents of the area. An attempt to access unauthorized memory results in a hardware fault, e.g., a segmentation fault, storage violation exception, generally causing abnormal termination of the offending process. Memory protection for computer security includes additional techniques such as address space layout randomization and executable space protection.